Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Sustainsys.​Saml2.​Metadata.​IndexedCollectionWithDefault<​T>
Assembly: Sustainsys.Saml2
Inheritance: object → System.​Collections.​Generic.​SortedList<​int, T> → IndexedCollectionWithDefault
Implemented Interfaces
- System.​Collections.​Generic.​IDictionary`2 (Inherits: ICollection<​KeyValuePair<​int, T>>IEnumerable<​KeyValuePair<​int, T>>IEnumerable) Implemented by: SortedList<​int, T>
- System.​Collections.​Generic.​IReadOnlyDictionary`2 (Inherits: IEnumerable<​KeyValuePair<​int, T>>IEnumerableIReadOnlyCollection<​KeyValuePair<​int, T>>) Implemented by: SortedList<​int, T>
- System.​Collections.​IDictionary (Inherits: ICollectionIEnumerable) Implemented by: SortedList<​int, T>
A collection of indexed entries with support for getting the configured default entry
Properties
public
T
Default
public
int
Capacity
public
System.​Collections.​Generic.​IComparer<​int>
Comparer
public
int
Count
public
T
Item
public
System.​Collections.​Generic.​IList<​int>
Keys
public
System.​Collections.​Generic.​IList<​T>
Values
Methods
public
void
Add​(int key,
T value)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
void
Clear​()
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
bool
ContainsKey​(int key)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
bool
ContainsValue​(T value)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
System.​Collections.​Generic.​IEnumerator<​System.​Collections.​Generic.​KeyValuePair<​int, T>>
GetEnumerator​()
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
int
GetKeyAtIndex​(int index)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
T
GetValueAtIndex​(int index)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
int
IndexOfKey​(int key)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
int
IndexOfValue​(T value)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
bool
Remove​(int key)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
void
RemoveAt​(int index)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
void
SetValueAtIndex​(int index,
T value)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
void
TrimExcess​()
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
bool
TryGetValue​(int key,
T& value)
Inherited from System.​Collections.​Generic.​SortedList<​int, T>
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object